docs: sandbox is the default; mark full-trust samples explicitly - #4
Merged
Conversation
Glyph now treats a manifest without a sandbox flag as sandboxed and gates sandbox:false behind a separate full-access consent (hamidfzm/glyph#434). Update the schema descriptions and API reference accordingly, and declare sandbox:false in the hello-status and dictionary-fa manifests, which use main-context APIs, so their next releases keep working.
Merged
3 tasks
The docs tree is the single source for plugin documentation (published at glyph-md.github.io/plugins), so the remaining pages now state the current model: the index and recipes describe the sandbox as the default, the getting-started manifest table explains that false is a user-approved full-trust opt-out, and the contributing roadmap no longer calls the sandbox opt-in.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Glyph is making plugin isolation the default: a manifest without a
sandboxflag runs in the sandboxed worker, and only an explicit"sandbox": falseopts into full trust, which users must approve through a separate full-access warning (hamidfzm/glyph#434).plugin.schema.jsonandindex.schema.json: document the new default on thesandboxfielddocs/api-reference.md: rewrite the sandbox section around the new default and the full-trust consentplugins/com.glyph.hello-statusandplugins/com.glyph.dictionary-fa: declare"sandbox": false(both use main-context APIs), staging their next releasesRegistry entries and published zips are unchanged; the flags ship with each plugin's next release.